• frmBillingRecord1.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBillingRecord1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
35         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
36         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
37         Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
38         Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
39         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBillingRecord1))
40         Me.Panel1 = New System.Windows.Forms.Panel()
41         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
42         Me.txtCustomerName = New System.Windows.Forms.TextBox()
43         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
44         Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
45         Me.Label3 = New System.Windows.Forms.Label()
46         Me.Button1 = New System.Windows.Forms.Button()
47         Me.Label5 = New System.Windows.Forms.Label()
48         Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
49         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
50         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
51         Me.Label2 = New System.Windows.Forms.Label()
52         Me.btnGetData = New System.Windows.Forms.Button()
53         Me.Label4 = New System.Windows.Forms.Label()
54         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
55         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
56         Me.cmbInvoiceNo = New System.Windows.Forms.ComboBox()
57         Me.Panel5 = New System.Windows.Forms.Panel()
58         Me.btnExportExcel = New System.Windows.Forms.Button()
59         Me.btnClose = New System.Windows.Forms.Button()
60         Me.btnReset = New System.Windows.Forms.Button()
61         Me.dgw = New System.Windows.Forms.DataGridView()
62         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
68         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
69         Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
70         Me.Column13 = New System.Windows.Forms.DataGridViewTextBoxColumn()
71         Me.Column14 = New System.Windows.Forms.DataGridViewTextBoxColumn()
72         Me.Column15 = New System.Windows.Forms.DataGridViewTextBoxColumn()
73         Me.Column16 = New System.Windows.Forms.DataGridViewTextBoxColumn()
74         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
75         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
76         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
77         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
78         Me.Panel2 = New System.Windows.Forms.Panel()
79         Me.lblSet = New System.Windows.Forms.Label()
80         Me.Label1 = New System.Windows.Forms.Label()
81         Me.Panel1.SuspendLayout()
82         Me.GroupBox4.SuspendLayout()
83         Me.GroupBox3.SuspendLayout()
84         Me.GroupBox2.SuspendLayout()
85         Me.GroupBox1.SuspendLayout()
86         Me.Panel5.SuspendLayout()
87         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
88         Me.Panel2.SuspendLayout()
89         Me.SuspendLayout()
90         
'
91         
'Panel1
92         
'
93         Me.Panel1.BackColor = System.Drawing.Color.White
94         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
95         Me.Panel1.Controls.Add(Me.GroupBox4)
96         Me.Panel1.Controls.Add(Me.GroupBox3)
97         Me.Panel1.Controls.Add(Me.GroupBox2)
98         Me.Panel1.Controls.Add(Me.GroupBox1)
99         Me.Panel1.Controls.Add(Me.Panel5)
100         Me.Panel1.Controls.Add(Me.dgw)
101         Me.Panel1.Controls.Add(Me.Panel2)
102         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
103         Me.Panel1.Name =
"Panel1"
104         Me.Panel1.Size = New System.Drawing.Size(
1134, 618)
105         Me.Panel1.TabIndex =
2
106         
'
107         
'GroupBox4
108         
'
109         Me.GroupBox4.Controls.Add(Me.txtCustomerName)
110         Me.GroupBox4.Location = New System.Drawing.Point(
9, 151)
111         Me.GroupBox4.Name =
"GroupBox4"
112         Me.GroupBox4.Size = New System.Drawing.Size(
168, 75)
113         Me.GroupBox4.TabIndex =
51
114         Me.GroupBox4.TabStop = False
115         Me.GroupBox4.Text =
"Search By Customer Name"
116         
'
117         
'txtCustomerName
118         
'
119         Me.txtCustomerName.BackColor = System.Drawing.Color.White
120         Me.txtCustomerName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
121         Me.txtCustomerName.Location = New System.Drawing.Point(
14, 38)
122         Me.txtCustomerName.Name =
"txtCustomerName"
123         Me.txtCustomerName.Size = New System.Drawing.Size(
138, 21)
124         Me.txtCustomerName.TabIndex =
14
125         
'
126         
'GroupBox3
127         
'
128         Me.GroupBox3.Controls.Add(Me.DateTimePicker1)
129         Me.GroupBox3.Controls.Add(Me.Label3)
130         Me.GroupBox3.Controls.Add(Me.Button1)
131         Me.GroupBox3.Controls.Add(Me.Label5)
132         Me.GroupBox3.Controls.Add(Me.DateTimePicker2)
133         Me.GroupBox3.Location = New System.Drawing.Point(
180, 151)
134         Me.GroupBox3.Name =
"GroupBox3"
135         Me.GroupBox3.Size = New System.Drawing.Size(
368, 75)
136         Me.GroupBox3.TabIndex =
50
137         Me.GroupBox3.TabStop = False
138         Me.GroupBox3.Text =
"Search by Payment Due"
139         
'
140         
'DateTimePicker1
141         
'
142         Me.DateTimePicker1.CustomFormat =
"dd/MM/yyyy"
143         Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
144         Me.DateTimePicker1.Location = New System.Drawing.Point(
156, 41)
145         Me.DateTimePicker1.Name =
"DateTimePicker1"
146         Me.DateTimePicker1.Size = New System.Drawing.Size(
119, 20)
147         Me.DateTimePicker1.TabIndex =
14
148         
'
149         
'Label3
150         
'
151         Me.Label3.AutoSize = True
152         Me.Label3.Location = New System.Drawing.Point(
153, 22)
153         Me.Label3.Name =
"Label3"
154         Me.Label3.Size = New System.Drawing.Size(
26, 13)
155         Me.Label3.TabIndex =
13
156         Me.Label3.Text =
"To :"
157         
'
158         
'Button1
159         
'
160         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
161         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
162         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
163         Me.Button1.Location = New System.Drawing.Point(
281, 41)
164         Me.Button1.Name =
"Button1"
165         Me.Button1.Size = New System.Drawing.Size(
76, 20)
166         Me.Button1.TabIndex =
1
167         Me.Button1.Text =
"Get Data"
168         Me.Button1.UseVisualStyleBackColor = True
169         
'
170         
'Label5
171         
'
172         Me.Label5.AutoSize = True
173         Me.Label5.Location = New System.Drawing.Point(
13, 22)
174         Me.Label5.Name =
"Label5"
175         Me.Label5.Size = New System.Drawing.Size(
36, 13)
176         Me.Label5.TabIndex =
12
177         Me.Label5.Text =
"From :"
178         
'
179         
'DateTimePicker2
180         
'
181         Me.DateTimePicker2.CustomFormat =
"dd/MM/yyyy"
182         Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom
183         Me.DateTimePicker2.Location = New System.Drawing.Point(
16, 41)
184         Me.DateTimePicker2.Name =
"DateTimePicker2"
185         Me.DateTimePicker2.Size = New System.Drawing.Size(
119, 20)
186         Me.DateTimePicker2.TabIndex =
11
187         
'
188         
'GroupBox2
189         
'
190         Me.GroupBox2.Controls.Add(Me.dtpDateTo)
191         Me.GroupBox2.Controls.Add(Me.Label2)
192         Me.GroupBox2.Controls.Add(Me.btnGetData)
193         Me.GroupBox2.Controls.Add(Me.Label4)
194         Me.GroupBox2.Controls.Add(Me.dtpDateFrom)
195         Me.GroupBox2.Location = New System.Drawing.Point(
180, 70)
196         Me.GroupBox2.Name =
"GroupBox2"
197         Me.GroupBox2.Size = New System.Drawing.Size(
373, 75)
198         Me.GroupBox2.TabIndex =
49
199         Me.GroupBox2.TabStop = False
200         Me.GroupBox2.Text =
"Search by Invoice Date"
201         
'
202         
'dtpDateTo
203         
'
204         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
205         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
206         Me.dtpDateTo.Location = New System.Drawing.Point(
156, 41)
207         Me.dtpDateTo.Name =
"dtpDateTo"
208         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
209         Me.dtpDateTo.TabIndex =
14
210         
'
211         
'Label2
212         
'
213         Me.Label2.AutoSize = True
214         Me.Label2.Location = New System.Drawing.Point(
153, 22)
215         Me.Label2.Name =
"Label2"
216         Me.Label2.Size = New System.Drawing.Size(
26, 13)
217         Me.Label2.TabIndex =
13
218         Me.Label2.Text =
"To :"
219         
'
220         
'btnGetData
221         
'
222         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
223         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
224         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
225         Me.btnGetData.Location = New System.Drawing.Point(
281, 41)
226         Me.btnGetData.Name =
"btnGetData"
227         Me.btnGetData.Size = New System.Drawing.Size(
76, 20)
228         Me.btnGetData.TabIndex =
1
229         Me.btnGetData.Text =
"Get Data"
230         Me.btnGetData.UseVisualStyleBackColor = True
231         
'
232         
'Label4
233         
'
234         Me.Label4.AutoSize = True
235         Me.Label4.Location = New System.Drawing.Point(
13, 22)
236         Me.Label4.Name =
"Label4"
237         Me.Label4.Size = New System.Drawing.Size(
36, 13)
238         Me.Label4.TabIndex =
12
239         Me.Label4.Text =
"From :"
240         
'
241         
'dtpDateFrom
242         
'
243         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
244         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
245         Me.dtpDateFrom.Location = New System.Drawing.Point(
16, 41)
246         Me.dtpDateFrom.Name =
"dtpDateFrom"
247         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
248         Me.dtpDateFrom.TabIndex =
11
249         
'
250         
'GroupBox1
251         
'
252         Me.GroupBox1.Controls.Add(Me.cmbInvoiceNo)
253         Me.GroupBox1.Location = New System.Drawing.Point(
9, 70)
254         Me.GroupBox1.Name =
"GroupBox1"
255         Me.GroupBox1.Size = New System.Drawing.Size(
168, 75)
256         Me.GroupBox1.TabIndex =
48
257         Me.GroupBox1.TabStop = False
258         Me.GroupBox1.Text =
"Search By Invoice No."
259         
'
260         
'cmbInvoiceNo
261         
'
262         Me.cmbInvoiceNo.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
263         Me.cmbInvoiceNo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
264         Me.cmbInvoiceNo.FormattingEnabled = True
265         Me.cmbInvoiceNo.Location = New System.Drawing.Point(
14, 32)
266         Me.cmbInvoiceNo.Name =
"cmbInvoiceNo"
267         Me.cmbInvoiceNo.Size = New System.Drawing.Size(
138, 21)
268         Me.cmbInvoiceNo.TabIndex =
13
269         
'
270         
'Panel5
271         
'
272         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
273         Me.Panel5.Controls.Add(Me.btnExportExcel)
274         Me.Panel5.Controls.Add(Me.btnClose)
275         Me.Panel5.Controls.Add(Me.btnReset)
276         Me.Panel5.Location = New System.Drawing.Point(
559, 75)
277         Me.Panel5.Name =
"Panel5"
278         Me.Panel5.Size = New System.Drawing.Size(
278, 70)
279         Me.Panel5.TabIndex =
46
280         
'
281         
'btnExportExcel
282         
'
283         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
284         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
285         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
286         Me.btnExportExcel.Location = New System.Drawing.Point(
101, 23)
287         Me.btnExportExcel.Name =
"btnExportExcel"
288         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
289         Me.btnExportExcel.TabIndex =
5
290         Me.btnExportExcel.Text =
"&Export Excel"
291         Me.btnExportExcel.UseVisualStyleBackColor = True
292         
'
293         
'btnClose
294         
'
295         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
296         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
297         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
298         Me.btnClose.Location = New System.Drawing.Point(
188, 23)
299         Me.btnClose.Name =
"btnClose"
300         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
301         Me.btnClose.TabIndex =
4
302         Me.btnClose.Text =
"&Close"
303         Me.btnClose.UseVisualStyleBackColor = True
304         
'
305         
'btnReset
306         
'
307         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
308         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
309         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
310         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
311         Me.btnReset.Name =
"btnReset"
312         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
313         Me.btnReset.TabIndex =
0
314         Me.btnReset.Text =
"&Reset"
315         Me.btnReset.UseVisualStyleBackColor = True
316         
'
317         
'dgw
318         
'
319         Me.dgw.AllowUserToAddRows = False
320         Me.dgw.AllowUserToDeleteRows = False
321         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
322         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
323         Me.dgw.BackgroundColor = System.Drawing.Color.White
324         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
325         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
326         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
327         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
328         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
329         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
330         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
331         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
332         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
333         Me.dgw.ColumnHeadersHeight =
30
334         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column11, Me.Column5, Me.Column6, Me.Column12, Me.Column13, Me.Column14, Me.Column15, Me.Column16, Me.Column7, Me.Column8, Me.Column9, Me.Column10})
335         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
336         DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
337         DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window
338         DataGridViewCellStyle12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
339         DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText
340         DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
341         DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
342         DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
343         Me.dgw.DefaultCellStyle = DataGridViewCellStyle12
344         Me.dgw.EnableHeadersVisualStyles = False
345         Me.dgw.GridColor = System.Drawing.Color.White
346         Me.dgw.Location = New System.Drawing.Point(
9, 232)
347         Me.dgw.MultiSelect = False
348         Me.dgw.Name =
"dgw"
349         Me.dgw.ReadOnly = True
350         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
351         DataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
352         DataGridViewCellStyle13.BackColor = System.Drawing.Color.CadetBlue
353         DataGridViewCellStyle13.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
354         DataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText
355         DataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.DarkSlateGray
356         DataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText
357         DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
358         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle13
359         Me.dgw.RowHeadersWidth =
25
360         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
361         DataGridViewCellStyle14.BackColor = System.Drawing.Color.White
362         DataGridViewCellStyle14.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
363         DataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.DarkSlateGray
364         DataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White
365         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle14
366         Me.dgw.RowTemplate.Height =
15
367         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
368         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
369         Me.dgw.Size = New System.Drawing.Size(
1109, 374)
370         Me.dgw.TabIndex =
43
371         
'
372         
'Column1
373         
'
374         Me.Column1.HeaderText =
"Invoice ID"
375         Me.Column1.Name =
"Column1"
376         Me.Column1.ReadOnly = True
377         Me.Column1.Visible = False
378         
'
379         
'Column2
380         
'
381         Me.Column2.HeaderText =
"Invoice No."
382         Me.Column2.Name =
"Column2"
383         Me.Column2.ReadOnly = True
384         
'
385         
'Column3
386         
'
387         DataGridViewCellStyle3.Format =
"dd/MM/yyyy"
388         Me.Column3.DefaultCellStyle = DataGridViewCellStyle3
389         Me.Column3.HeaderText =
"Invoice Date"
390         Me.Column3.Name =
"Column3"
391         Me.Column3.ReadOnly = True
392         
'
393         
'Column4
394         
'
395         Me.Column4.HeaderText =
"Service ID"
396         Me.Column4.Name =
"Column4"
397         Me.Column4.ReadOnly = True
398         Me.Column4.Visible = False
399         
'
400         
'Column11
401         
'
402         Me.Column11.HeaderText =
"Service Code"
403         Me.Column11.Name =
"Column11"
404         Me.Column11.ReadOnly = True
405         
'
406         
'Column5
407         
'
408         Me.Column5.HeaderText =
"Customer ID"
409         Me.Column5.Name =
"Column5"
410         Me.Column5.ReadOnly = True
411         
'
412         
'Column6
413         
'
414         Me.Column6.HeaderText =
"Customer Name"
415         Me.Column6.Name =
"Column6"
416         Me.Column6.ReadOnly = True
417         
'
418         
'Column12
419         
'
420         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
421         Me.Column12.DefaultCellStyle = DataGridViewCellStyle4
422         Me.Column12.HeaderText =
"Service Charges"
423         Me.Column12.Name =
"Column12"
424         Me.Column12.ReadOnly = True
425         
'
426         
'Column13
427         
'
428         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
429         Me.Column13.DefaultCellStyle = DataGridViewCellStyle5
430         Me.Column13.HeaderText =
"Upfront"
431         Me.Column13.Name =
"Column13"
432         Me.Column13.ReadOnly = True
433         
'
434         
'Column14
435         
'
436         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
437         Me.Column14.DefaultCellStyle = DataGridViewCellStyle6
438         Me.Column14.HeaderText =
"Product Charges"
439         Me.Column14.Name =
"Column14"
440         Me.Column14.ReadOnly = True
441         
'
442         
'Column15
443         
'
444         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
445         Me.Column15.DefaultCellStyle = DataGridViewCellStyle7
446         Me.Column15.HeaderText =
"Service Tax %"
447         Me.Column15.Name =
"Column15"
448         Me.Column15.ReadOnly = True
449         
'
450         
'Column16
451         
'
452         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
453         Me.Column16.DefaultCellStyle = DataGridViewCellStyle8
454         Me.Column16.HeaderText =
"Service Tax"
455         Me.Column16.Name =
"Column16"
456         Me.Column16.ReadOnly = True
457         
'
458         
'Column7
459         
'
460         DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
461         Me.Column7.DefaultCellStyle = DataGridViewCellStyle9
462         Me.Column7.HeaderText =
"Grand Total"
463         Me.Column7.Name =
"Column7"
464         Me.Column7.ReadOnly = True
465         
'
466         
'Column8
467         
'
468         DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
469         Me.Column8.DefaultCellStyle = DataGridViewCellStyle10
470         Me.Column8.HeaderText =
"Total Payment"
471         Me.Column8.Name =
"Column8"
472         Me.Column8.ReadOnly = True
473         
'
474         
'Column9
475         
'
476         DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
477         Me.Column9.DefaultCellStyle = DataGridViewCellStyle11
478         Me.Column9.HeaderText =
"Payment Due"
479         Me.Column9.Name =
"Column9"
480         Me.Column9.ReadOnly = True
481         
'
482         
'Column10
483         
'
484         Me.Column10.HeaderText =
"Remarks"
485         Me.Column10.Name =
"Column10"
486         Me.Column10.ReadOnly = True
487         
'
488         
'Panel2
489         
'
490         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
491         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
492         Me.Panel2.Controls.Add(Me.lblSet)
493         Me.Panel2.Controls.Add(Me.Label1)
494         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
495         Me.Panel2.Name =
"Panel2"
496         Me.Panel2.Size = New System.Drawing.Size(
1109, 62)
497         Me.Panel2.TabIndex =
0
498         
'
499         
'lblSet
500         
'
501         Me.lblSet.AutoSize = True
502         Me.lblSet.Location = New System.Drawing.Point(
254, 24)
503         Me.lblSet.Name =
"lblSet"
504         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
505         Me.lblSet.TabIndex =
46
506         Me.lblSet.Text =
"Set"
507         Me.lblSet.Visible = False
508         
'
509         
'Label1
510         
'
511         Me.Label1.AutoSize = True
512         Me.Label1.BackColor = System.Drawing.Color.Transparent
513         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
514         Me.Label1.ForeColor = System.Drawing.Color.White
515         Me.Label1.Location = New System.Drawing.Point(
463, 20)
516         Me.Label1.Name =
"Label1"
517         Me.Label1.Size = New System.Drawing.Size(
112, 24)
518         Me.Label1.TabIndex =
0
519         Me.Label1.Text =
"List Of Bills"
520         
'
521         
'frmBillingRecord1
522         
'
523         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
524         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
525         Me.BackColor = System.Drawing.Color.DarkSlateGray
526         Me.ClientSize = New System.Drawing.Size(
1159, 644)
527         Me.Controls.Add(Me.Panel1)
528         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
529         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
530         Me.MaximizeBox = False
531         Me.MinimizeBox = False
532         Me.Name =
"frmBillingRecord1"
533         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
534         Me.Panel1.ResumeLayout(False)
535         Me.GroupBox4.ResumeLayout(False)
536         Me.GroupBox4.PerformLayout()
537         Me.GroupBox3.ResumeLayout(False)
538         Me.GroupBox3.PerformLayout()
539         Me.GroupBox2.ResumeLayout(False)
540         Me.GroupBox2.PerformLayout()
541         Me.GroupBox1.ResumeLayout(False)
542         Me.Panel5.ResumeLayout(False)
543         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
544         Me.Panel2.ResumeLayout(False)
545         Me.Panel2.PerformLayout()
546         Me.ResumeLayout(False)
547
548     End Sub
549     Friend WithEvents Panel1 As System.Windows.Forms.Panel
550     Friend WithEvents Panel2 As System.Windows.Forms.Panel
551     Friend WithEvents Label1 As System.Windows.Forms.Label
552     Friend WithEvents dgw As System.Windows.Forms.DataGridView
553     Friend WithEvents Panel5 As System.Windows.Forms.Panel
554     Friend WithEvents btnClose As System.Windows.Forms.Button
555     Friend WithEvents btnReset As System.Windows.Forms.Button
556     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
557     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
558     Friend WithEvents Label2 As System.Windows.Forms.Label
559     Friend WithEvents Label4 As System.Windows.Forms.Label
560     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
561     Friend WithEvents btnGetData As System.Windows.Forms.Button
562     Friend WithEvents cmbInvoiceNo As System.Windows.Forms.ComboBox
563     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
564     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
565     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
566     Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
567     Friend WithEvents Label3 As System.Windows.Forms.Label
568     Friend WithEvents Button1 As System.Windows.Forms.Button
569     Friend WithEvents Label5 As System.Windows.Forms.Label
570     Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
571     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
572     Friend WithEvents txtCustomerName As System.Windows.Forms.TextBox
573     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
574     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
575     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
576     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
577     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
578     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
579     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
580     Friend WithEvents Column12 As System.Windows.Forms.DataGridViewTextBoxColumn
581     Friend WithEvents Column13 As System.Windows.Forms.DataGridViewTextBoxColumn
582     Friend WithEvents Column14 As System.Windows.Forms.DataGridViewTextBoxColumn
583     Friend WithEvents Column15 As System.Windows.Forms.DataGridViewTextBoxColumn
584     Friend WithEvents Column16 As System.Windows.Forms.DataGridViewTextBoxColumn
585     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
586     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
587     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
588     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
589     Friend WithEvents lblSet As System.Windows.Forms.Label
590
591 End Class


Gõ tìm kiếm nhanh...